Update the docs for GtkCssChange
authorMatthias Clasen <mclasen@redhat.com>
Wed, 20 Dec 2017 13:31:22 +0000 (08:31 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 20 Dec 2017 13:46:03 +0000 (08:46 -0500)
The docs were out of sync with the flags we actually have.

gtk/gtkcsstypesprivate.h

index 9177467485281bbbb3d508c91da82361cc11c96a..0b73d106ddedea6d96768df5d2d372a7ff0bf635 100644 (file)
@@ -100,10 +100,10 @@ typedef guint64 GtkCssChange;
  *   see @GTK_CSS_AFFECTS_FONT.
  * @GTK_CSS_AFFECTS_BACKGROUND: The background rendering is affected.
  * @GTK_CSS_AFFECTS_BORDER: The border styling is affected.
- * @GTK_CSS_AFFECTS_FONT: The font is affected and should be reloaded
- *   if it was cached.
- * @GTK_CSS_AFFECTS_TEXT: Text rendering is affected.
+ * @GTK_CSS_AFFECTS_ICON_SIZE: Icon size is affected.
  * @GTK_CSS_AFFECTS_TEXT_ATTRS: Text attributes are affected.
+ * @GTK_CSS_AFFECTS_TEXT_SIZE: Text size is affected.
+ * @GTK_CSS_AFFECTS_TEXT_CLIP: Text clipping is affected.
  * @GTK_CSS_AFFECTS_ICON: Fullcolor icons and their rendering is affected.
  * @GTK_CSS_AFFECTS_SYMBOLIC_ICON: Symbolic icons and their rendering is affected.
  * @GTK_CSS_AFFECTS_OUTLINE: The outline styling is affected. Outlines
@@ -115,7 +115,8 @@ typedef guint64 GtkCssChange;
  *   on the allocated size of the element. Changes in these properties
  *   should cause a recomputation of the element's allocated size.
  * @GTK_CSS_AFFECTS_POSTEFFECT: An effect is applied after drawing that changes
- *   the drawing.
+ * @GTK_CSS_AFFECTS_TEXT: Affects anything related to text rendering.
+ * @GTK_CSS_AFFECTS_REDRAW: Affects anything that requires redraw.
  *
  * The generic effects that a CSS property can have. If a value is
  * set, then the property will have an influence on that feature.